home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip: Internet
/
Chip Internet.iso
/
wwwutil
/
slnot150.ins
/
slipknot.sc_
/
slipknot.sc
Wrap
INI File
|
1996-01-09
|
1KB
|
58 lines
[slipcommand]
n=11
l1=case $1 in
l2=-g) echo xxx working >slipknot.status
l3=./.slipgeturl "$2" &
l4=echo $! >slipknot.proc ;;
l5=-k) kill -9 `cat slipknot.proc`
l6=kill -9 `cat slipknot.proc2` ;;
l7=-s) cat slipknot.status ;;
l8=*) echo Bad argument
l9=esac
l10=echo OK
l11=exit
[slipcommand2-4-2]
n=14
l1=case $1 in
l2=-g) echo xxx working >slipknot.status
l3=./.slipgeturl -g "$2" "$3" "$4" "$5" "$6" &
l4=echo $! >slipknot.proc ;;
l5=-gio) echo xxx working >slipknot.status
l6=./.slipgeturl -gio "$2" "$3" "$4" "$5" "$6" &
l7=echo $! >slipknot.proc ;;
l8=-k) kill -9 `cat slipknot.proc`
l9=kill -9 `cat slipknot.proc2` ;;
l10=-s) cat slipknot.status ;;
l11=*) echo Bad argument
l12=esac
l13=echo OK
l14=exit
[lynx]
n=4
l1=%PROG% -dump -source "$1" >slipknot.tmp &
l2=echo $! >slipknot.proc2
l3=wait
l4=echo xxx $? done >slipknot.status
[lynx2-4-2]
n=9
l1=echo a >slipknot.err
l2=case $1 in
l3=-g) %PROG% -source -dump -noredir -error_file=slipknot.err $2 $3 $4 $5 >slipknot.tmp & ;;
l4=-gio) %PROG% -source -dump -noredir -error_file=slipknot.err < $2 $3 $4 $5 >slipknot.tmp & ;;
l5=*) %PROG% -source -dump -noredir -error_file=slipknot.err $2 $3 $4 $5 >slipknot.tmp & ;;
l6=esac
l7=echo $! >slipknot.proc2
l8=wait
l9=(cat slipknot.err ; echo xxx $? done) >slipknot.status
[www]
n=4
l1=%PROG% -n -source "$1" >slipknot.tmp &
l2=echo $! >slipknot.proc2
l3=wait
l4=echo xxx $? done >slipknot.status